home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / backend / README < prev    next >
Encoding:
Text File  |  1994-09-27  |  459 b   |  11 lines  |  [TEXT/ttxt]

  1. This directory contains the files for the compiler backend.  All of these
  2. phases operate on FLIC code.
  3.  
  4. optimize -- performs various tweaks to compact the code and make it faster.
  5.   also includes a postpass to fill in some additional structure slots.
  6.  
  7. strictness -- attaches strictness information to functions and decides
  8.   whether locally-bound variables have a boxed or unboxed representation.
  9.  
  10. codegen -- generates Lisp code from the optimized FLIC code.
  11.